/freebsd/contrib/openbsm/bin/auditdistd/ |
H A D | proto_impl.h | 56 struct proto { struct 71 TAILQ_ENTRY(proto) prt_next; argument
|
H A D | proto.c | 57 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/sys/netipsec/ |
H A D | ipsec_support.h | 103 #define IPSEC_ENABLED(proto) \ argument 156 #define IPSEC_INPUT(proto, m, ...) \ argument 158 #define IPSEC_CHECK_POLICY(proto, m, ...) \ argument 160 #define IPSEC_FORWARD(proto, m) \ argument 162 #define IPSEC_OUTPUT(proto, m, ...) \ argument 164 #define IPSEC_PCBCTL(proto, inp, sopt) \ argument 166 #define IPSEC_CAPS(proto, m, ...) \ argument 168 #define IPSEC_HDRSIZE(proto, inp) \ argument 170 #define IPSEC_CTLINPUT(proto, param) \ argument 173 #define UDPENCAP_INPUT(proto, m, ...) \ argument [all …]
|
H A D | ipsec_input.c | 103 IPSEC_ISTAT(proto,name) global() argument 238 ipsec4_input(struct mbuf * m,int offset,int proto) ipsec4_input() argument 295 uint8_t proto; ipsec4_ctlinput() local 513 ipsec6_lasthdr(int proto) ipsec6_lasthdr() argument 537 ipsec6_input(struct mbuf * m,int offset,int proto) ipsec6_input() argument [all...] |
/freebsd/usr.sbin/ppp/ |
H A D | proto.c | 50 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 D | nat_cmd.c | 112 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 D | link.c | 216 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 D | acf.c | 53 acf_WrapperOctets(struct lcp *lcp, u_short proto) in acf_WrapperOctets() 60 int pri __unused, u_short *proto) in acf_LayerPush()
|
H A D | vjcomp.c | 74 int pri __unused, u_short *proto) in vj_LayerPush() 166 u_short *proto) in vj_LayerPull()
|
/freebsd/sys/net/ |
H A D | netisr.c | 390 u_int i, proto; in netisr_register() local 485 u_int i, proto; netisr_clearqdrops() local 517 u_int i, proto; netisr_getqdrops() local 549 u_int proto; netisr_getqlimit() local 578 u_int i, proto; netisr_setqlimit() local 641 u_int i, proto; netisr_unregister() local 683 u_int proto; netisr_register_vnet() local 700 netisr_drain_proto_vnet(struct vnet * vnet,u_int proto) netisr_drain_proto_vnet() argument 758 u_int proto; netisr_unregister_vnet() local 884 netisr_process_workstream_proto(struct netisr_workstream * nwsp,u_int proto) netisr_process_workstream_proto() argument 989 netisr_queue_workstream(struct netisr_workstream * nwsp,u_int proto,struct netisr_work * npwp,struct mbuf * m,int * dosignalp) netisr_queue_workstream() argument 1030 netisr_queue_internal(u_int proto,struct mbuf * m,u_int cpuid) netisr_queue_internal() argument 1056 netisr_queue_src(u_int proto,uintptr_t source,struct mbuf * m) netisr_queue_src() argument 1097 netisr_queue(u_int proto,struct mbuf * m) netisr_queue() argument 1108 netisr_dispatch_src(u_int proto,uintptr_t source,struct mbuf * m) netisr_dispatch_src() argument 1240 netisr_dispatch(u_int proto,struct mbuf * m) netisr_dispatch() argument 1378 u_int counter, proto; sysctl_netisr_proto() local 1482 u_int counter, cpuid, proto; sysctl_netisr_work() local 1535 int first, proto; DB_SHOW_COMMAND() local [all...] |
/freebsd/contrib/pf/tftp-proxy/ |
H A D | filter.c | 70 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 D | netlink_module.c | 131 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 D | trace.h | 16 #define TRACE_EVENT(name, proto, ...) \ argument 26 #define DEFINE_EVENT(evt_class, name, proto, ...) \ argument
|
/freebsd/sys/contrib/dev/athk/ath10k/ |
H A D | trace.h | 31 #define TRACE_EVENT(name, proto, ...) \ argument 40 #define DEFINE_EVENT(evt_class, name, proto, ...) \ argument
|
/freebsd/contrib/tcpdump/ |
H A D | print-mobile.c | 52 nd_uint16_t proto; member 68 u_short proto,crc; in mobile_print() local
|
/freebsd/usr.bin/bluetooth/bthost/ |
H A D | bthost.c | 46 int opt, brief = 0, proto = 0; in main() local 113 int proto; in protomode() local
|
/freebsd/sys/netinet/ |
H A D | in_rss.c | 112 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
|
H A D | ip_encap.c | 92 int proto; member 290 encap_input(struct encaptab_head *head, struct mbuf *m, int off, int proto) in encap_input() 367 encap4_input(struct mbuf **mp, int *offp, int proto) in encap4_input() 406 encap6_input(struct mbuf **mp, int *offp, int proto) in encap6_input()
|
/freebsd/sys/netinet6/ |
H A D | in6_rss.c | 113 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 D | cdefs.h | 69 # 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 D | ng_ppp.c | 864 uint16_t proto; in ng_ppp_rcvdata_bypass() local 889 ng_ppp_bypass(node_p node, item_p item, uint16_t proto, uint16_t linkNum) in ng_ppp_bypass() 918 ng_ppp_proto_recv(node_p node, item_p item, uint16_t proto, uint16_t linkNum) in ng_ppp_proto_recv() 970 ng_ppp_hcomp_xmit(node_p node, item_p item, uint16_t proto) in ng_ppp_hcomp_xmit() 1036 ng_ppp_hcomp_recv(node_p node, item_p item, uint16_t proto, uint16_t linkNum) in ng_ppp_hcomp_recv() 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 1150 ng_ppp_comp_recv(node_p node, item_p item, uint16_t proto, uint16_t linkNum) in ng_ppp_comp_recv() 1191 uint16_t proto; in ng_ppp_rcvdata_decompress() local 1217 ng_ppp_crypt_xmit(node_p node, item_p item, uint16_t proto) in ng_ppp_crypt_xmit() [all …]
|
/freebsd/lib/libc/net/ |
H A D | getproto.c | 90 getprotobynumber_r(int proto, struct protoent *pptr, char *buffer, in getprotobynumber_r() 122 getprotobynumber(int proto) in getprotobynumber()
|
H A D | getservent.c | 139 const char *proto; member 291 char *proto; in files_servent() local 496 char *proto; in db_servent() local 668 char *proto; in nis_servent() local 869 char *proto; in serv_id_func() local 1111 getservbyname_r(const char *name, const char *proto, struct servent *serv, in getservbyname_r() 1148 getservbyport_r(int port, const char *proto, struct servent *serv, in getservbyport_r() 1345 getservbyname(const char *name, const char *proto) in getservbyname() 1356 getservbyport(int port, const char *proto) in getservbyport()
|
/freebsd/usr.bin/systat/ |
H A D | netstat.c | 317 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 D | ip.c | 86 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()
|