Home
last modified time | relevance | path

Searched defs:proto (Results 1 – 25 of 353) sorted by relevance

12345678910>>...15

/freebsd/contrib/openbsm/bin/auditdistd/
H A Dproto_impl.h56 struct proto { struct
71 TAILQ_ENTRY(proto) prt_next; argument
H A Dproto.c57 proto_register(struct proto *proto, bool isdefault) in proto_register()
71 proto_alloc(struct proto *proto, int side) in proto_alloc()
108 struct proto *proto; in proto_common_setup() local
301 struct proto *proto; in proto_wrap() local
446 struct proto *proto; in proto_exec() local
/freebsd/sbin/hastd/
H A Dproto_impl.h56 struct proto { struct
71 TAILQ_ENTRY(proto) prt_next; argument
H A Dproto.c59 proto_register(struct proto *proto, bool isdefault) in proto_register()
73 proto_alloc(struct proto *proto, int side) in proto_alloc()
110 struct proto *proto; in proto_common_setup() local
315 struct proto *proto; in proto_connection_recv() local
/freebsd/sys/netipsec/
H A Dipsec_support.h99 #define IPSEC_ENABLED(proto) \ argument
156 #define IPSEC_FORWARD(proto, m) \ argument
162 #define IPSEC_CAPS(proto, m, ...) \ argument
164 #define IPSEC_HDRSIZE(proto, inp) \ argument
206 #define IPSEC_INPUT(proto, ...) \ argument
210 #define IPSEC_FORWARD(proto, ...) \ argument
212 #define IPSEC_OUTPUT(proto, ...) \ argument
214 #define IPSEC_PCBCTL(proto, ...) \ argument
216 #define IPSEC_CAPS(proto, ...) \ argument
218 #define IPSEC_HDRSIZE(proto, ...) \ argument
[all …]
H A Dipsec_input.c103 #define IPSEC_ISTAT(proto, name) do { \ argument
238 ipsec4_input(struct mbuf *m, int offset, int proto) in ipsec4_input()
295 uint8_t proto; in ipsec4_ctlinput() local
513 ipsec6_lasthdr(int proto) in ipsec6_lasthdr()
537 ipsec6_input(struct mbuf *m, int offset, int proto) in ipsec6_input()
/freebsd/usr.sbin/ppp/
H A Dproto.c50 proto_WrapperOctets(struct lcp *lcp, u_short proto) in proto_WrapperOctets()
56 proto_Prepend(struct mbuf *bp, u_short proto, unsigned comp, int extra) in proto_Prepend()
73 int pri __unused, u_short *proto) in proto_LayerPush()
86 u_short *proto) in proto_LayerPull()
H A Dnat_cmd.c112 const char *proto; in nat_RedirectPort() local
325 StrToPort(const char *str, u_short *port, const char *proto) in StrToPort()
345 StrToPortRange(const char *str, u_short *low, u_short *high, const char *proto) in StrToPortRange()
371 u_short *high, const char *proto) in StrToAddrAndPort()
499 int pri __unused, u_short *proto) in nat_LayerPush()
516 u_short *proto) in nat_LayerPull()
H A Dlink.c216 link_ProtocolRecord(struct link *l, u_short proto, int type) in link_ProtocolRecord()
249 u_short proto) in link_PushPacket()
279 u_short lproto[LAYER_MAX], proto; in link_PullPacket() local
350 u_short proto; member
373 Despatch(struct bundle *bundle, struct link *l, struct mbuf *bp, u_short proto) in Despatch()
H A Dacf.c53 acf_WrapperOctets(struct lcp *lcp, u_short proto) in acf_WrapperOctets()
60 int pri __unused, u_short *proto) in acf_LayerPush()
H A Dvjcomp.c74 int pri __unused, u_short *proto) in vj_LayerPush()
166 u_short *proto) in vj_LayerPull()
/freebsd/sys/net/
H A Dnetisr.c390 u_int i, proto; in netisr_register() local
485 u_int i, proto; in netisr_clearqdrops() local
517 u_int i, proto; in netisr_getqdrops() local
549 u_int proto; in netisr_getqlimit() local
578 u_int i, proto; in netisr_setqlimit() local
641 u_int i, proto; in netisr_unregister() local
683 u_int proto; in netisr_register_vnet() local
758 u_int proto; in netisr_unregister_vnet() local
1378 u_int counter, proto; in sysctl_netisr_proto() local
1482 u_int counter, cpuid, proto; in sysctl_netisr_work() local
[all …]
/freebsd/contrib/pf/tftp-proxy/
H A Dfilter.c70 struct sockaddr *dst, u_int16_t d_port, u_int8_t proto) in add_filter()
91 u_int16_t nat_range_high, u_int8_t proto) in add_nat()
125 u_int16_t d_port, struct sockaddr *rdr, u_int16_t rdr_port, u_int8_t proto) in add_rdr()
244 struct sockaddr *dst, u_int16_t d_port, u_int8_t proto) in prepare_rule()
348 struct sockaddr *server, u_int8_t proto) in server_lookup()
364 struct sockaddr_in *server, u_int8_t proto) in server_lookup4()
392 struct sockaddr_in6 *server, u_int8_t proto) in server_lookup6()
/freebsd/sys/netlink/
H A Dnetlink_module.c131 nl_verify_proto(int proto) in nl_verify_proto()
141 nl_get_proto_name(int proto) in nl_get_proto_name()
147 netlink_register_proto(int proto, const char *proto_name, nl_handler_f handler) in netlink_register_proto()
161 netlink_unregister_proto(int proto) in netlink_unregister_proto()
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dtrace.h16 #define TRACE_EVENT(name, proto, ...) \ argument
26 #define DEFINE_EVENT(evt_class, name, proto, ...) \ argument
/freebsd/contrib/tcpdump/
H A Dprint-mobile.c54 nd_uint16_t proto; member
70 u_short proto,crc; in mobile_print() local
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dtrace.h31 #define TRACE_EVENT(name, proto, ...) \ argument
40 #define DEFINE_EVENT(evt_class, name, proto, ...) \ argument
/freebsd/usr.bin/bluetooth/bthost/
H A Dbthost.c46 int opt, brief = 0, proto = 0; in main() local
113 int proto; in protomode() local
/freebsd/sys/netinet/
H A Din_rss.c112 u_short sp, u_short dp, int proto, in rss_proto_software_hash_v4()
159 u_short sp, u_short dp, int proto, uint32_t *hashtype) in xps_proto_software_hash_v4()
211 uint8_t proto; in rss_mbuf_software_hash_v4() local
/freebsd/sys/netinet6/
H A Din6_rss.c113 u_short sp, u_short dp, int proto, in rss_proto_software_hash_v6()
160 u_short sp, u_short dp, int proto, uint32_t *hashtype) in xps_proto_software_hash_v6()
215 uint8_t proto; in rss_mbuf_software_hash_v6() local
/freebsd/contrib/sendmail/include/sm/
H A Dcdefs.h69 # define SM_DEAD(proto) volatile proto argument
72 # define SM_DEAD(proto) proto __attribute__((__noreturn__)) argument
76 # define SM_DEAD(proto) proto argument
/freebsd/sys/netgraph/
H A Dng_ppp.c864 uint16_t proto; in ng_ppp_rcvdata_bypass() local
970 ng_ppp_hcomp_xmit(node_p node, item_p item, uint16_t proto) in ng_ppp_hcomp_xmit()
1085 ng_ppp_comp_xmit(node_p node, item_p item, uint16_t proto) in ng_ppp_comp_xmit()
1120 uint16_t proto; in ng_ppp_rcvdata_compress() local
1191 uint16_t proto; in ng_ppp_rcvdata_decompress() local
1291 uint16_t proto; in ng_ppp_rcvdata_decrypt() local
1410 uint16_t proto; in ng_ppp_rcvdata() local
1827 uint16_t proto; in ng_ppp_frag_process() local
1893 uint16_t proto; in ng_ppp_frag_checkstale() local
1985 ng_ppp_mp_xmit(node_p node, item_p item, uint16_t proto) in ng_ppp_mp_xmit()
[all …]
/freebsd/lib/libc/net/
H A Dgetproto.c90 getprotobynumber_r(int proto, struct protoent *pptr, char *buffer, in getprotobynumber_r()
122 getprotobynumber(int proto) in getprotobynumber()
/freebsd/usr.bin/systat/
H A Dnetstat.c317 enter_kvm(struct inpcb *inp, struct socket *so, int state, const char *proto) in enter_kvm()
329 const char *proto) in enter_sysctl()
340 enter(struct in_conninfo *inc, uint8_t vflag, int state, const char *proto) in enter()
444 char proto[6]; in shownetstat() local
522 inetprint(struct sockaddr *sa, const char *proto) in inetprint()
/freebsd/stand/libsa/
H A Dip.c86 sendip(struct iodesc *d, void *pkt, size_t len, uint8_t proto) in sendip()
179 uint8_t proto) in readipv4()
406 uint8_t proto) in readip()

12345678910>>...15