代码搜索:Packet

找到约 10,000 项符合「Packet」的源代码

代码结果 10,000
www.eeworm.com/read/367467/2845396

lua packet.lua

-- license = "See nmaps COPYING for license" module("packet" ,package.seeall) -- Raw package parsing functions. Used with raw sockets -- in nse. -- Author: Marek Majkowski --
www.eeworm.com/read/367182/2852241

h packet.h

/* Definitions for use with Linux AF_PACKET sockets. Copyright (C) 1998, 1999 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you c
www.eeworm.com/read/367182/2852570

h if_packet.h

/* Definitions for use with Linux SOCK_PACKET sockets. Copyright (C) 1997, 1998 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you
www.eeworm.com/read/364550/2902881

h packet.h

#ifndef IPCONFIG_PACKET_H #define IPCONFIG_PACKET_H int packet_open(void); void packet_close(void); int packet_send(struct netdev *dev, struct iovec *iov, int iov_len); int packet_peek(int *ifindex);
www.eeworm.com/read/364550/2902888

c packet.c

/* * Packet socket handling glue. */ #include #include #include #include #include #include #include #include
www.eeworm.com/read/364550/2903302

h packet.h

#include
www.eeworm.com/read/364550/2903303

h if_packet.h

#include
www.eeworm.com/read/364178/2907985

java packet.java

// ---------------------------------------------------------------------------- // Copyright 2006-2008, Martin D. Flynn // All rights reserved // ------------------------------------------------------
www.eeworm.com/read/362989/2924530

h if_packet.h

#ifndef __LINUX_IF_PACKET_H #define __LINUX_IF_PACKET_H struct sockaddr_pkt { unsigned short spkt_family; unsigned char spkt_device[14]; unsigned short spkt_protocol; }; struct sockaddr_ll { uns
www.eeworm.com/read/362989/2925101

h packet.h

/* Definitions for use with Linux AF_PACKET sockets. Copyright (C) 1998, 1999 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you c