/dflybsd-src/contrib/grep/lib/ |
H A D | cdefs.h | 174 # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias)) argument 176 # define __REDIRECT_NTH(name, proto, alias) \ argument 178 # define __REDIRECT_NTHNL(name, proto, alias) \ argument 181 # define __REDIRECT_NTH(name, proto, alias) \ argument 183 # define __REDIRECT_NTHNL(name, proto, alias) \ argument 455 # define __LDBL_REDIR1(name, proto, alias) __REDIRECT (name, proto, alias) argument 456 # define __LDBL_REDIR(name, proto) \ argument 458 # define __LDBL_REDIR1_NTH(name, proto, alias) __REDIRECT_NTH (name, proto, alias) argument 459 # define __LDBL_REDIR_NTH(name, proto) \ argument 465 # define __REDIRECT_LDBL(name, proto, alias) \ argument [all …]
|
/dflybsd-src/usr.sbin/ppp/ |
H A D | proto.c | 52 proto_WrapperOctets(struct lcp *lcp, u_short proto) in proto_WrapperOctets() 58 proto_Prepend(struct mbuf *bp, u_short proto, unsigned comp, int extra) in proto_Prepend() 75 int pri __unused, u_short *proto) in proto_LayerPush() 88 u_short *proto) in proto_LayerPull()
|
H A D | nat_cmd.c | 110 const char *proto; in nat_RedirectPort() local 324 StrToPort(const char *str, u_short *port, const char *proto) in StrToPort() 344 StrToPortRange(const char *str, u_short *low, u_short *high, const char *proto) in StrToPortRange() 370 u_short *high, const char *proto) in StrToAddrAndPort() 475 int pri __unused, u_short *proto) in nat_LayerPush() 492 u_short *proto) in nat_LayerPull()
|
H A D | link.c | 190 link_ProtocolRecord(struct link *l, u_short proto, int type) in link_ProtocolRecord() 225 u_short proto) in link_PushPacket() 254 u_short lproto[LAYER_MAX], proto; in link_PullPacket() local 325 u_short proto; member 348 Despatch(struct bundle *bundle, struct link *l, struct mbuf *bp, u_short proto) in Despatch()
|
H A D | acf.c | 55 acf_WrapperOctets(struct lcp *lcp, u_short proto) in acf_WrapperOctets() 62 int pri __unused, u_short *proto) in acf_LayerPush()
|
H A D | vjcomp.c | 75 u_short *proto) in vj_LayerPush() 167 u_short *proto) in vj_LayerPull()
|
H A D | lcp.c | 86 u_short proto; /* Quality protocol */ member 119 protoname(unsigned proto) in protoname() 384 u_int16_t proto; in LcpSendConfigReq() local 663 u_short mru, phmtu, maxmtu, maxmru, wantmtu, wantmru, proto; in LcpDecodeConfig() local
|
H A D | async.c | 84 async_Encode(struct async *async, u_char **cp, u_char c, int proto) in async_Encode() 104 int pri __unused, u_short *proto) in async_LayerPush()
|
H A D | deflate.c | 71 int pri __unused, u_short *proto, struct mbuf *mp) in DeflateOutput() 200 DeflateInput(void *v, struct ccp *ccp, u_short *proto, struct mbuf *mi) in DeflateInput() 338 DeflateDictSetup(void *v, struct ccp *ccp, u_short proto, struct mbuf *mi) in DeflateDictSetup()
|
H A D | ccp.c | 111 protoname(int proto) in protoname() 715 int pri, u_short *proto) in ccp_LayerPush() 745 u_short *proto) in ccp_LayerPull()
|
/dflybsd-src/sys/netinet/ |
H A D | ip_gre.c | 96 gre_input(struct mbuf **mp, int *offp, int proto) in gre_input() 130 gre_input2(struct mbuf *m ,int hlen, u_char proto) in gre_input2() 205 gre_mobile_input(struct mbuf **mp, int *offp, int proto) in gre_mobile_input() 269 gre_lookup(struct mbuf *m, u_int8_t proto) in gre_lookup()
|
H A D | ip_encap.c | 131 encap4_input(struct mbuf **mp, int *offp, int proto) in encap4_input() 246 encap6_input(struct mbuf **mp, int *offp, int proto) in encap6_input() 323 encap_attach(int af, int proto, const struct sockaddr *sp, in encap_attach() 380 encap_attach_func(int af, int proto, in encap_attach_func() argument
|
H A D | in_gif.c | 104 int proto, error; in in_gif_output() local 220 in_gif_input(struct mbuf **mp, int *offp, int proto) in in_gif_input() 359 gif_encapcheck4(const struct mbuf *m, int off, int proto, void *arg) in gif_encapcheck4()
|
H A D | ip_icmp.c | 334 icmp_mtudisc_start(struct mbuf *m, int hlen, int proto) in icmp_mtudisc_start() 391 int cmd, int hlen, int proto) in icmp_ctlinput_start() 427 icmp_ctlinput_global_start(struct mbuf *m, int cmd, int hlen, int proto) in icmp_ctlinput_global_start() 550 icmp_redirect_start(struct mbuf *m, int hlen, int proto) in icmp_redirect_start() 580 icmp_input(struct mbuf **mp, int *offp, int proto) in icmp_input()
|
/dflybsd-src/lib/libkinfo/ |
H A D | kinfo_pcpu.h | 45 #define PCPU_STATISTICS_PROT(proto,type) \ argument 48 #define PCPU_STATISTICS_FUNC(proto,type,fldtype) \ argument
|
/dflybsd-src/sys/netgraph7/ppp/ |
H A D | ng_ppp.c | 855 uint16_t proto; in ng_ppp_rcvdata_bypass() local 880 ng_ppp_bypass(node_p node, item_p item, uint16_t proto, uint16_t linkNum) in ng_ppp_bypass() 909 ng_ppp_proto_recv(node_p node, item_p item, uint16_t proto, uint16_t linkNum) in ng_ppp_proto_recv() 947 ng_ppp_hcomp_xmit(node_p node, item_p item, uint16_t proto) in ng_ppp_hcomp_xmit() 1013 ng_ppp_hcomp_recv(node_p node, item_p item, uint16_t proto, uint16_t linkNum) in ng_ppp_hcomp_recv() 1062 ng_ppp_comp_xmit(node_p node, item_p item, uint16_t proto) in ng_ppp_comp_xmit() 1097 uint16_t proto; in ng_ppp_rcvdata_compress() local 1127 ng_ppp_comp_recv(node_p node, item_p item, uint16_t proto, uint16_t linkNum) in ng_ppp_comp_recv() 1168 uint16_t proto; in ng_ppp_rcvdata_decompress() local 1194 ng_ppp_crypt_xmit(node_p node, item_p item, uint16_t proto) in ng_ppp_crypt_xmit() [all …]
|
/dflybsd-src/sys/netinet6/ |
H A D | in6_gif.c | 105 int proto; in in6_gif_output() local 234 in6_gif_input(struct mbuf **mp, int *offp, int proto) in in6_gif_input() 360 gif_encapcheck6(const struct mbuf *m, int off, int proto, void *arg) in gif_encapcheck6()
|
/dflybsd-src/contrib/tcpdump/ |
H A D | print-mobile.c | 54 nd_uint16_t proto; member 70 u_short proto,crc; in mobile_print() local
|
H A D | print-cnfp.c | 79 nd_uint8_t proto; /* IP protocol type */ member 112 nd_uint8_t proto; /* IP protocol type */ member 146 nd_uint8_t proto; /* IP protocol type */ member 162 uint8_t proto; in cnfp_v1_print() local 257 uint8_t proto; in cnfp_v5_print() local 359 uint8_t proto; in cnfp_v6_print() local
|
/dflybsd-src/lib/libc/net/ |
H A D | getservent.c | 126 const char *proto; member 250 char *proto; in files_servent() local 478 char *proto; in nis_servent() local 705 char *proto; in serv_id_func() local 947 getservbyname_r(const char *name, const char *proto, struct servent *serv, in getservbyname_r() 983 getservbyport_r(int port, const char *proto, struct servent *serv, in getservbyport_r() 1176 getservbyname(const char *name, const char *proto) in getservbyname() 1187 getservbyport(int port, const char *proto) in getservbyport()
|
H A D | getproto.c | 90 getprotobynumber_r(int proto, struct protoent *pptr, char *buffer, in getprotobynumber_r() 121 getprotobynumber(int proto) in getprotobynumber()
|
/dflybsd-src/lib/libc/resolv/ |
H A D | res_mkupdate.c | 963 char * proto; member 1108 cgetservbyport(u_int16_t port, const char *proto) { /*%< Host byte order. */ in cgetservbyport() 1136 cgetprotobynumber(int proto) { /*%< Host byte order. */ in cgetprotobynumber() 1174 res_servicename(u_int16_t port, const char *proto) { /*%< Host byte order. */ in res_servicename()
|
/dflybsd-src/usr.bin/netstat/ |
H A D | inet.c | 95 protopr(u_long proto, const char *name, int af1 __unused) in protopr() 171 outputpcb(int proto, const char *name, struct inpcb *inp, struct xsocket *so, struct tcpcb *tp) in outputpcb() 363 #define CPU_STATS_FUNC(proto,type) \ argument 927 inetprint(struct in_addr *in, int port, const char *proto, int num_port) in inetprint()
|
/dflybsd-src/sys/netgraph7/ |
H A D | ng_nat.h | 68 uint8_t proto; member 105 uint8_t proto; member 143 uint16_t proto; /* Valid proto or NG_NAT_REDIRPROTO_ADDR */ member
|
/dflybsd-src/usr.bin/sockstat/ |
H A D | sockstat.c | 80 int proto; member 180 gather_inet(int proto) in gather_inet() 294 gather_unix(int proto) in gather_unix()
|