HomeSort by relevance Sort by last modified time
    Searched defs:packetlen (Results 1 - 2 of 2) sorted by null

  /external/grub/netboot/
nic.h 27 unsigned int packetlen; member in struct:nic
  /external/iputils/
rdisc.c 100 static int sendbcast(int s, char *packet, int packetlen);
101 static int sendmcast(int s, char *packet, int packetlen, struct sockaddr_in *);
102 static int sendbcastif(int s, char *packet, int packetlen, struct interface *ifp);
103 static int sendmcastif(int s, char *packet, int packetlen, struct sockaddr_in *sin, struct interface *ifp);
544 int packetlen, i; local
554 packetlen = 8;
557 icp->checksum = in_cksum( (u_short *)icp, packetlen );
560 i = sendbcast(s, (char *)outpack, packetlen);
562 i = sendmcast(s, (char *)outpack, packetlen, sin);
564 i = sendto( s, (char *)outpack, packetlen, 0
589 int packetlen, i, cc; local
    [all...]

Completed in 800 milliseconds