| /trueos/libexec/rbootd/ |
| HD | rmpproto.c | 347 goto sendpkt; in SendBootRepl() 369 sendpkt: in SendBootRepl() 417 goto sendpkt; in SendReadRepl() 430 goto sendpkt; in SendReadRepl() 453 goto sendpkt; in SendReadRepl() 469 goto sendpkt; in SendReadRepl() 477 sendpkt: in SendReadRepl()
|
| /trueos/sys/netinet6/ |
| HD | nd6.c | 1917 goto sendpkt; in nd6_output() 1920 goto sendpkt; in nd6_output() 1942 sendpkt: in nd6_output() 1974 goto sendpkt; in nd6_output_lle() 1977 goto sendpkt; in nd6_output_lle() 2012 goto sendpkt; /* send anyway */ in nd6_output_lle() 2043 goto sendpkt; in nd6_output_lle() 2095 sendpkt: in nd6_output_lle()
|
| /trueos/contrib/ntp/ntpdc/ |
| HD | ntpdc.c | 77 static int sendpkt P((char *, int)); 636 sendpkt( in sendpkt() function 939 return sendpkt((char *)&qpkt, req_pkt_size); in sendrequest() 983 return sendpkt((char *)&qpkt, (int)(req_pkt_size + maclen)); in sendrequest()
|
| /trueos/contrib/ntp/ntpdate/ |
| HD | ntptimeset.c | 323 static int sendpkt P((struct sockaddr_in *dest, struct pkt *pkt, int len)); 890 if (sendpkt(&(server->srcadr), &xpkt, (int)(LEN_PKT_NOMAC + len))) { in transmit() 903 if (sendpkt(&(server->srcadr), &xpkt, LEN_PKT_NOMAC)) { in transmit() 1945 sendpkt( function
|
| HD | ntpdate.c | 230 static void sendpkt P((struct sockaddr_storage *, struct pkt *, int)); 741 sendpkt(&(server->srcadr), &xpkt, (int)(LEN_PKT_NOMAC + len)); in transmit() 749 sendpkt(&(server->srcadr), &xpkt, LEN_PKT_NOMAC); in transmit() 1862 sendpkt( in sendpkt() function
|
| /trueos/contrib/ntp/ntpd/ |
| HD | ntp_control.c | 540 sendpkt(rmt_addr, lcl_inter, -2, (struct pkt *)&rpkt, in ctl_error() 543 sendpkt(rmt_addr, lcl_inter, -3, (struct pkt *)&rpkt, in ctl_error() 842 sendpkt(&ctl_trap[i].tr_addr, in ctl_flushpkt() 868 sendpkt(rmt_addr, lcl_inter, -5, in ctl_flushpkt() 871 sendpkt(rmt_addr, lcl_inter, -6, in ctl_flushpkt()
|
| HD | ntp_proto.c | 2464 sendpkt(&peer->srcadr, peer->dstadr, sys_ttl[peer->ttl], 2772 sendpkt(&peer->srcadr, peer->dstadr, sys_ttl[peer->ttl], &xpkt, 2932 sendpkt(&rbufp->recv_srcadr, rbufp->dstadr, 0, &xpkt, 2995 sendpkt(&rbufp->recv_srcadr, rbufp->dstadr, 0, &xpkt, sendlen);
|
| HD | ntp_request.c | 263 sendpkt(srcadr, inter, -1, (struct pkt *)&rpkt, RESP_HEADER_SIZE); in req_ack() 328 sendpkt(toaddr, frominter, -1, (struct pkt *)&rpkt, in more_pkt() 394 sendpkt(toaddr, frominter, -1, (struct pkt *)&rpkt, in flush_pkt()
|
| HD | ntp_io.c | 2611 sendpkt( in sendpkt() function
|
| /trueos/contrib/ntp/include/ |
| HD | ntpd.h | 91 extern void sendpkt P((struct sockaddr_storage *, struct interface *, int, struct pkt *, int));
|
| /trueos/contrib/ntp/ntpq/ |
| HD | ntpq.c | 246 static int sendpkt P((char *, int)); 791 sendpkt( in sendpkt() function 1220 return sendpkt((char *)&qpkt, pktsize); in sendrequest() 1271 return sendpkt((char *)&qpkt, pktsize + maclen); in sendrequest()
|
| /trueos/contrib/ntp/ |
| HD | CommitLog-4.1.0 | 1343 * ntpd/ntp_io.c (sendpkt): Only check ttl if we have a ttl
|
| HD | CommitLog | 12512 remove some #ifdef cruft from sendpkt() - remove SILENT exits that 12521 remove some #ifdef cruft from sendpkt() - remove SILENT exits that
|