Home
last modified time | relevance | path

Searched refs:endpt (Results 1 – 21 of 21) sorted by relevance

/freebsd/contrib/ntp/include/
H A Dntpd.h74 extern int ctlclrtrap (sockaddr_u *, endpt *, int);
116 endpt * ep;
123 extern endpt * getinterface (sockaddr_u *, u_int32);
125 endpt *);
126 extern endpt * findinterface (sockaddr_u *);
127 extern endpt * findbcastinter (sockaddr_u *);
161 extern const char * localaddrtoa(endpt *);
186 extern void mon_clearinterface(endpt *interface);
221 extern int make_keylist (struct peer *, endpt *);
430 extern endpt * any_interface; /* IPv4 wildcard */
[all …]
H A Dntp.h174 typedef struct endpt_tag endpt; typedef
176 endpt * elink; /* endpt list link */
177 endpt * mclink; /* per-AF_* multicast list */
270 endpt * dstadr; /* local address */
801 endpt * lcladr; /* address on which this arrived */
H A Drecvbuff.h81 endpt * dstadr; /* address pkt arrived on */
H A Dntpsim.h136 int simulate_server (sockaddr_u *serv_addr, endpt *inter,
H A Dntp_control.h162 endpt *tr_localaddr; /* interface to send this through */
/freebsd/contrib/ntp/ntpd/
H A Dntp_request.c252 endpt *inter, in req_ack()
282 endpt *inter, in prepare_pkt()
418 endpt *inter; in process_private()
667 endpt *inter, in list_peers()
712 endpt *inter, in list_peers_sum()
800 endpt *inter, in peer_info()
944 endpt *inter, in peer_stats()
1065 endpt *inter, in sys_info()
1136 endpt *inter, in sys_stats()
1168 endpt *inter, in mem_stats()
[all …]
H A Dntp_io.c209 static endpt * new_interface(endpt *);
214 static endpt * create_interface(u_short, endpt *);
731 endpt *ep in init_interface()
778 endpt *ep in delete_interface()
793 endpt * ep in add_interface()
888 endpt * ep in remove_interface()
3955 endpt *
4023 endpt *
4162 endpt *
4290 endpt *
[all …]
H A Dntp_peer.c573 endpt * dstadr, in peer_config()
636 endpt * dstadr in set_peerdstadr()
707 endpt * niface; in peer_refresh_interface()
708 endpt * piface; in peer_refresh_interface()
793 endpt * dstadr, in newpeer()
H A Dntp_monitor.c276 endpt *lcladr in mon_clearinterface()
H A Dntp_control.c98 static void send_ifstats_entry(endpt *, u_int);
112 endpt *);
806 static endpt *lcl_inter;
3977 endpt * lcladr; in read_mru_list()
4226 endpt * la, in send_ifstats_entry()
4350 endpt * la; in read_ifstats()
4778 endpt *linter, in ctlsettrap()
4901 endpt *linter, in ctlclrtrap()
4926 endpt *linter in ctlfindtrap()
H A Dntpsim.c257 endpt * inter, /* Interface on which the reply should in simulate_server()
H A Dntp_proto.c650 endpt *match_ep; /* newpeer() local address */ in receive()
4865 endpt * lcladr; in pool_xmit()
5087 endpt * unicast_ep; in local_refid()
H A Dntp_config.c3760 endpt *localaddr; in config_trap()
3894 endpt *localaddr; in trap_name_resolved()
H A Dntp_crypto.c304 endpt *dstadr /* interface */ in make_keylist()
/freebsd/bin/pax/
H A Dpat_rep.c834 char *endpt; in rep_name() local
854 endpt = outpt + PAXPATHLEN; in rep_name()
878 while ((inpt < rpt) && (outpt < endpt)) in rep_name()
880 if (outpt == endpt) in rep_name()
889 if ((res = resub(&(pt->rcmp),pm,inpt,pt->nstr,outpt,endpt)) in rep_name()
910 if ((outpt == endpt) || (*inpt == '\0')) in rep_name()
933 while ((outpt < endpt) && (*inpt != '\0')) in rep_name()
937 if ((outpt == endpt) && (*inpt != '\0')) { in rep_name()
H A Doptions.c1357 char *endpt; in opt_add() local
1368 frpt = endpt = lstr; in opt_add()
1376 if ((endpt = strchr(frpt, ',')) != NULL) in opt_add()
1377 *endpt = '\0'; in opt_add()
1393 if (endpt != NULL) in opt_add()
1394 frpt = endpt + 1; in opt_add()
/freebsd/contrib/ntp/libntp/
H A Dsocket.c194 endpt * interf
199 endpt * ep,
211 endpt * itf,
/freebsd/usr.sbin/edquota/
H A Dedquota.c110 char *protoname, *cp, *endpt, *oldoptarg; in main() local
174 lim = strtoll(cp, &endpt, 10); in main()
176 cvtblkval(lim, *endpt, in main()
180 lim = strtoll(cp, &endpt, 10); in main()
182 cvtblkval(lim, *endpt, in main()
186 lim = strtoll(cp, &endpt, 10); in main()
188 cvtinoval(lim, *endpt, in main()
192 lim = strtoll(cp, &endpt, 10); in main()
194 cvtinoval(lim, *endpt, in main()
/freebsd/sys/dev/sound/usb/
H A Duaudio.c5349 uaudio_set_speed(struct usb_device *udev, uint8_t endpt, uint32_t speed) in uaudio_set_speed() argument
5354 DPRINTFN(6, "endpt=%d speed=%u\n", endpt, speed); in uaudio_set_speed()
5359 USETW(req.wIndex, endpt); in uaudio_set_speed()
/freebsd/contrib/ntp/
H A DChangeLog2840 Add INT_PRIVACY endpt bit flag for IPv6 RFC 4941 privacy addresses.
3497 Add INT_PRIVACY endpt bit flag for IPv6 RFC 4941 privacy addresses.
H A DCommitLog1145 Complete the switch from struct interface to endpt.
1151 Complete the switch from struct interface to endpt.
1154 Complete the switch from struct interface to endpt.
1157 Complete the switch from struct interface to endpt.
1160 Complete the switch from struct interface to endpt.
1181 omplete the switch from struct interface to endpt.
130337 struct interface -> endpt
137267 struct interface -> endpt.
144529 struct interface -> endpt
144535 struct interface -> endpt
[all …]