Home
last modified time | relevance | path

Searched refs:packetlen (Results 1 – 3 of 3) sorted by relevance

/external/iputils/
Drdisc.c100 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 interfac…
544 int packetlen, i; in solicitor() local
554 packetlen = 8; in solicitor()
557 icp->checksum = in_cksum( (u_short *)icp, packetlen ); in solicitor()
560 i = sendbcast(s, (char *)outpack, packetlen); in solicitor()
562 i = sendmcast(s, (char *)outpack, packetlen, sin); in solicitor()
564 i = sendto( s, (char *)outpack, packetlen, 0, in solicitor()
[all …]
/external/toybox/toys/pending/
Dtftp.c219 int packetlen, retry; in read_ack() local
242 packetlen = mkpkt_err(packet, TFTP_ER_UNKID, TFTP_ES_UNKID); in read_ack()
243 (void) write_server(sd, packet, packetlen, server); in read_ack()
252 packetlen = mkpkt_err(packet, TFTP_ER_ILLEGALOP, TFTP_ES_ILLEGALOP); in read_ack()
253 (void) write_server(sd, packet, packetlen, server); in read_ack()
388 int packetlen, sd, fd, retry = 0, ret, result = -1; in file_put() local
395 packetlen = mkpkt_request(packet, TFTP_OP_WRQ, TT.remote_file, 1); in file_put()
396 ret = write_server(sd, packet, packetlen, &server); in file_put()
397 if (ret != packetlen) goto errout_with_sd; in file_put()
405 packetlen = mkpkt_data(fd, offset, packet, blockno); in file_put()
[all …]
/external/toolchain-utils/dejagnu/gdb_baseline/
Darmv7a-cros-linux-gnueabi18868 Running ./gdb.trace/packetlen.exp ...
18869 UNSUPPORTED: gdb.trace/packetlen.exp: Current target does not support trace