| /freebsd-12-stable/contrib/ntp/ntpd/ |
| D | ntp_request.c | 53 void (*handler) (sockaddr_u *, endpt *, 64 static void req_ack (sockaddr_u *, endpt *, struct req_pkt *, int); 65 static void * prepare_pkt (sockaddr_u *, endpt *, 69 static void list_peers (sockaddr_u *, endpt *, struct req_pkt *); 70 static void list_peers_sum (sockaddr_u *, endpt *, struct req_pkt *); 71 static void peer_info (sockaddr_u *, endpt *, struct req_pkt *); 72 static void peer_stats (sockaddr_u *, endpt *, struct req_pkt *); 73 static void sys_info (sockaddr_u *, endpt *, struct req_pkt *); 74 static void sys_stats (sockaddr_u *, endpt *, struct req_pkt *); 75 static void mem_stats (sockaddr_u *, endpt *, struct req_pkt *); [all …]
|
| D | ntp_io.c | 176 endpt * any_interface; /* wildcard ipv4 interface */ 177 endpt * any6_interface; /* wildcard ipv6 interface */ 178 endpt * loopback_interface; /* loopback ipv4 interface */ 206 static endpt * new_interface(endpt *); 207 static void add_interface(endpt *); 210 static void remove_interface(endpt *); 211 static endpt * create_interface(u_short, endpt *); 226 static isc_boolean_t socket_multicast_enable (endpt *, sockaddr_u *); 227 static isc_boolean_t socket_multicast_disable(endpt *, sockaddr_u *); 231 static void interface_dump (const endpt *); [all …]
|
| D | ntp_peer.c | 570 endpt * dstadr, in peer_config() 633 endpt * dstadr in set_peerdstadr() 683 endpt * niface; in peer_refresh_interface() 684 endpt * piface; in peer_refresh_interface() 763 endpt * dstadr, in newpeer()
|
| D | ntp_monitor.c | 276 endpt *lcladr in mon_clearinterface()
|
| D | ntpsim.c | 257 endpt * inter, /* Interface on which the reply should in simulate_server()
|
| D | ntp_control.c | 99 static void send_ifstats_entry(endpt *, u_int); 4238 endpt * la, in send_ifstats_entry() 4362 endpt * la; in read_ifstats()
|
| D | ntp_proto.c | 640 endpt *match_ep; /* newpeer() local address */ in receive() 5010 endpt * unicast_ep; in local_refid()
|
| /freebsd-12-stable/contrib/ntp/include/ |
| D | ntpd.h | 105 endpt * ep; 112 extern endpt * getinterface (sockaddr_u *, u_int32); 113 extern endpt * select_peerinterface (struct peer *, sockaddr_u *, 114 endpt *); 115 extern endpt * findinterface (sockaddr_u *); 116 extern endpt * findbcastinter (sockaddr_u *); 117 extern void enable_broadcast (endpt *, sockaddr_u *); 118 extern void enable_multicast_if (endpt *, sockaddr_u *); 145 extern const char * localaddrtoa(endpt *); 166 extern void mon_clearinterface(endpt *interface); [all …]
|
| D | ntp.h | 174 typedef struct interface endpt; typedef 176 endpt * elink; /* endpt list link */ 177 endpt * mclink; /* per-AF_* multicast list */ 266 endpt * dstadr; /* local address */
|
| D | recvbuff.h | 81 endpt * dstadr; /* address pkt arrived on */
|
| D | ntpsim.h | 136 int simulate_server (sockaddr_u *serv_addr, endpt *inter,
|
| /freebsd-12-stable/bin/pax/ |
| D | pat_rep.c | 864 char *endpt; local 886 endpt = outpt + PAXPATHLEN; 918 while ((inpt < rpt) && (outpt < endpt)) 920 if (outpt == endpt) 930 if ((res = resub(pt->rcmp,pt->nstr,outpt,endpt)) < 0) { 932 if ((res = resub(&(pt->rcmp),pm,inpt,pt->nstr,outpt,endpt)) 958 if ((outpt == endpt) || (*inpt == '\0')) 981 while ((outpt < endpt) && (*inpt != '\0')) 985 if ((outpt == endpt) && (*inpt != '\0')) {
|
| D | options.c | 1365 char *endpt; in opt_add() local 1376 frpt = endpt = lstr; in opt_add() 1384 if ((endpt = strchr(frpt, ',')) != NULL) in opt_add() 1385 *endpt = '\0'; in opt_add() 1401 if (endpt != NULL) in opt_add() 1402 frpt = endpt + 1; in opt_add()
|
| /freebsd-12-stable/usr.sbin/edquota/ |
| D | edquota.c | 125 char *protoname, *cp, *endpt, *oldoptarg; in main() local 189 lim = strtoll(cp, &endpt, 10); in main() 191 cvtblkval(lim, *endpt, in main() 195 lim = strtoll(cp, &endpt, 10); in main() 197 cvtblkval(lim, *endpt, in main() 201 lim = strtoll(cp, &endpt, 10); in main() 203 cvtinoval(lim, *endpt, in main() 207 lim = strtoll(cp, &endpt, 10); in main() 209 cvtinoval(lim, *endpt, in main()
|
| /freebsd-12-stable/contrib/ntp/libntp/ |
| D | socket.c | 194 endpt * interf
|
| /freebsd-12-stable/sys/dev/sound/usb/ |
| D | uaudio.c | 5311 uaudio_set_speed(struct usb_device *udev, uint8_t endpt, uint32_t speed) in uaudio_set_speed() argument 5316 DPRINTFN(6, "endpt=%d speed=%u\n", endpt, speed); in uaudio_set_speed() 5321 USETW(req.wIndex, endpt); in uaudio_set_speed()
|
| /freebsd-12-stable/contrib/ntp/ |
| D | ChangeLog | 2722 Add INT_PRIVACY endpt bit flag for IPv6 RFC 4941 privacy addresses. 3379 Add INT_PRIVACY endpt bit flag for IPv6 RFC 4941 privacy addresses.
|
| D | CommitLog | 113122 backport latoa() -> localaddrtoa(endpt *) from 4.2.7 113132 backport latoa() -> localaddrtoa(endpt *) from 4.2.7 127116 struct interface -> endpt 134046 struct interface -> endpt. 141308 struct interface -> endpt 141314 struct interface -> endpt 142587 Add INT_PRIVACY endpt bit flag for IPv6 RFC 4941 privacy addresses. 142599 Add INT_PRIVACY endpt bit flag for IPv6 RFC 4941 privacy addresses. 142612 add INT_PRIVACY endpt.flags bit to indicate RFC 4941 privacy addresses 142672 Add INT_PRIVACY endpt bit flag for IPv6 RFC 4941 privacy addresses. [all …]
|