Searched defs:proto (Results 276 - 300 of 337) sorted by relevance

<<11121314

/freebsd-current/sys/net/
H A Drtsock.c390 rts_attach(struct socket *so, int proto, struct thread *td) argument
H A Dif_vlan.c1079 uint16_t proto = ETHERTYPE_VLAN; local
1683 vlan_config(struct ifvlan *ifv, struct ifnet *p, uint16_t vid, uint16_t proto) argument
[all...]
/freebsd-current/sbin/ipf/ipfstat/
H A Dipfstat.c1207 struct protoent *proto; local
1289 struct protoent *proto; local
[all...]
/freebsd-current/sys/dev/vnic/
H A Dnicvf_queues.c1759 int ehdrlen, poff, proto; local
/freebsd-current/usr.sbin/traceroute/
H A Dtraceroute.c267 u_int16_t proto; member in struct:grehdr
471 struct outproto *proto = &protos[0]; variable in typeref:struct:outproto
2026 struct outproto *proto; local
[all...]
/freebsd-current/sys/netpfil/ipfw/
H A Dip_fw2.c1430 uint8_t proto; local
[all...]
H A Dip_fw_table_algo.c3067 uint8_t proto; member in struct:fhashentry
[all...]
H A Dip_fw_dynamic.c171 uint8_t proto; /* UL Protocol */ member in struct:dyn_ipv4_state
196 uint8_t proto; /* UL Protocol */ member in struct:dyn_ipv6_state
[all...]
/freebsd-current/stand/efi/loader/
H A Dmain.c1727 char *proto; local
/freebsd-current/sys/netinet6/
H A Dip6_output.c1496 ip6_getpmtu(struct route_in6 *ro_pmtu, int do_lookup, struct ifnet *ifp, const struct in6_addr *dst, u_long *mtup, int *alwaysfragp, u_int fibnum, u_int proto) argument
1553 ip6_calcmtu(struct ifnet *ifp, const struct in6_addr *dst, u_long rt_mtu, u_long *mtup, int *alwaysfragp, u_int proto) argument
H A Dicmp6.c447 icmp6_input(struct mbuf **mp, int *offp, int proto) argument
/freebsd-current/lib/libprocstat/
H A Dlibprocstat.c1474 struct protosw proto; local
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp391 getExtParameterInfosForCall(const FunctionProtoType *proto, argument
121 addExtParameterInfosForCall( llvm::SmallVectorImpl<FunctionProtoType::ExtParameterInfo> &paramInfos, const FunctionProtoType *proto, unsigned prefixArgs, unsigned totalArgs) argument
646 arrangeBlockFunctionDeclaration(const FunctionProtoType *proto, const FunctionArgList &params) argument
692 arrangeCXXMethodCall(const CallArgList &args, const FunctionProtoType *proto, RequiredArgs required, unsigned numPrefixArgs) argument
[all...]
/freebsd-current/sys/kern/
H A Duipc_socket.c503 socreate(int dom, struct socket **aso, int type, int proto, argument
H A Duipc_usrreq.c439 uipc_attach(struct socket *so, int proto, struct thread *td) argument
/freebsd-current/lib/libpfctl/
H A Dlibpfctl.h97 uint16_t proto; member in struct:pfctl_eth_rule
236 uint8_t proto; member in struct:pfctl_rule
306 int proto; member in struct:pfctl_kill
328 uint8_t proto; member in struct:pfctl_state_key
444 uint16_t proto; member in struct:pfctl_state_filter
481 uint8_t proto; member in struct:pfctl_natlook_key
/freebsd-current/sbin/pfctl/
H A Dparse.y3334 proto : /* empty */ { $$ = NULL; } label
[all...]
H A Dpfctl.c287 pfctl_proto2name(int proto) argument
/freebsd-current/contrib/wpa/src/common/
H A Dwpa_common.h438 int proto; member in struct:wpa_ie_data
/freebsd-current/contrib/wpa/src/rsn_supp/
H A Dwpa.c52 wpa_eapol_key_send(struct wpa_sm *sm, struct wpa_ptk *ptk, int ver, const u8 *dest, u16 proto, u8 *msg, size_t msg_len, u8 *key_mic) argument
[all...]
/freebsd-current/contrib/wpa/wpa_supplicant/
H A Dconfig.c3415 u8 *proto; local
[all...]
/freebsd-current/sys/dev/usb/storage/
H A Dumass.c419 uint32_t proto; member in struct:umass_probe_proto
776 uint32_t proto = umass_get_proto(uaa->iface); local
[all...]
/freebsd-current/sys/security/mac_stub/
H A Dmac_stub.c922 stub_socket_check_create(struct ucred *cred, int domain, int type, int proto) argument
/freebsd-current/sys/contrib/ena-com/
H A Dena_com.c2872 ena_com_get_hash_ctrl(struct ena_com_dev *ena_dev, enum ena_admin_flow_hash_proto proto, u16 *fields) argument
3000 ena_com_fill_hash_ctrl(struct ena_com_dev *ena_dev, enum ena_admin_flow_hash_proto proto, u16 hash_fields) argument
[all...]
/freebsd-current/usr.sbin/route6d/
H A Droute6d.c277 unsigned long proto; local
[all...]

Completed in 321 milliseconds

<<11121314