代码搜索:Datagrams
找到约 438 项符合「Datagrams」的源代码
代码结果 438
www.eeworm.com/read/478934/6708377
c arp.c
//* Address Resolution Protocol (ARP) functions. Sits between IP and
//* Level 2, mapping IP to Level 2 addresses for all outgoing datagrams.
#include "global.h"
#include "mbuf.h"
#include "timer.
www.eeworm.com/read/410380/11288873
texi ping.texi
@node ping
@chapter ping
@cindex ping
@command{Ping} uses the ICMP protocol's mandatory ECHO_REQUEST datagram to
elicit an ICMP ECHO_RESPONSE from a host or gateway. ECHO_REQUEST datagrams
(``pings'
www.eeworm.com/read/408584/11380904
c udpwrite.c
#include "udpcksum.h"
/* include open_output_raw */
int rawfd; /* raw socket to write on */
void
open_output(void)
{
int on=1;
/*
* Need a raw socket to write our own IP datagrams to.
* Pro
www.eeworm.com/read/402984/11525568
c arp.c
//* Address Resolution Protocol (ARP) functions. Sits between IP and
//* Level 2, mapping IP to Level 2 addresses for all outgoing datagrams.
#include "global.h"
#include "mbuf.h"
#include "timer.
www.eeworm.com/read/130965/14165420
texi ping.texi
@node ping
@chapter ping
@cindex ping
@command{Ping} uses the ICMP protocol's mandatory ECHO_REQUEST datagram to
elicit an ICMP ECHO_RESPONSE from a host or gateway. ECHO_REQUEST datagrams
(``pings'
www.eeworm.com/read/230899/14269940
c arp.c
//* Address Resolution Protocol (ARP) functions. Sits between IP and
//* Level 2, mapping IP to Level 2 addresses for all outgoing datagrams.
#include "global.h"
#include "mbuf.h"
#include "timer.
www.eeworm.com/read/124628/14556379
c arp.c
//* Address Resolution Protocol (ARP) functions. Sits between IP and
//* Level 2, mapping IP to Level 2 addresses for all outgoing datagrams.
#include "global.h"
#include "mbuf.h"
#include "timer.
www.eeworm.com/read/119781/14822535
c arp.c
//* Address Resolution Protocol (ARP) functions. Sits between IP and
//* Level 2, mapping IP to Level 2 addresses for all outgoing datagrams.
#include "global.h"
#include "mbuf.h"
#include "timer.
www.eeworm.com/read/210569/15196301
c arp.c
//* Address Resolution Protocol (ARP) functions. Sits between IP and
//* Level 2, mapping IP to Level 2 addresses for all outgoing datagrams.
#include "global.h"
#include "mbuf.h"
#include "timer.
www.eeworm.com/read/208756/15237801
c udpwrite.c
#include "udpcksum.h"
/* include open_output_raw */
int rawfd; /* raw socket to write on */
void
open_output(void)
{
int on=1;
/*
* Need a raw socket to write our own IP datagrams to.
* Pro