Searched defs:proto (Results 126 - 150 of 270) sorted by relevance

1234567891011

/freebsd-10.0-release/sys/net/
H A Dif_stf.c686 int proto; local
/freebsd-10.0-release/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_l2cap_raw.c600 ng_btsocket_l2cap_raw_attach(struct socket *so, int proto, struct thread *td) argument
/freebsd-10.0-release/sys/netgraph/
H A Dng_nat.h67 uint8_t proto; member in struct:ng_nat_redirect_port
104 uint8_t proto; member in struct:ng_nat_redirect_proto
142 uint16_t proto; /* Valid proto or NG_NAT_REDIRPROTO_ADDR */ member in struct:ng_nat_listrdrs_entry
/freebsd-10.0-release/sys/netinet/
H A Draw_ip.c277 int proto = ip->ip_p; local
793 rip_attach(struct socket *so, int proto, struct thread *td) argument
[all...]
H A Dtcp_usrreq.c126 tcp_usr_attach(struct socket *so, int proto, struct thread *td) argument
/freebsd-10.0-release/sys/netinet6/
H A Draw_ip6.c159 rip6_input(struct mbuf **mp, int *offp, int proto) argument
662 rip6_attach(struct socket *so, int proto, struct thread *td) argument
H A Dudp6_usrreq.c177 udp6_input(struct mbuf **mp, int *offp, int proto) argument
843 udp6_attach(struct socket *so, int proto, struct thread *td) argument
/freebsd-10.0-release/sys/netipsec/
H A Dkeydb.h57 u_int16_t proto; /* IPPROTO_ESP or IPPROTO_AH */ member in struct:secasindex
H A Dxform_ah.c276 ah_massage_headers(struct mbuf **m0, int proto, int skip, int alg, int out) argument
/freebsd-10.0-release/sys/netpfil/ipfw/
H A Dip_fw_log.c246 char action2[92], proto[128], fragment[32]; local
[all...]
/freebsd-10.0-release/sys/nfs/
H A Dkrpc_subr.c141 u_int32_t proto; /* call protocol */ member in struct:sdata
/freebsd-10.0-release/usr.bin/getent/
H A Dgetent.c501 char *proto; local
/freebsd-10.0-release/usr.bin/netstat/
H A Dinet.c92 pcblist_sysctl(int proto, const char *name, char **bufp, int istcp __unused) argument
154 struct protosw proto; local
303 protopr(u_long off, const char *name, int af1, int proto) argument
1249 inetprint(struct in_addr *in, int port, const char *proto, int num_port) argument
[all...]
H A Dsctp.c529 sctp_protopr(u_long off __unused, const char *name __unused, int af1 __unused, int proto) argument
/freebsd-10.0-release/usr.sbin/ppp/
H A Dipv6cp.c649 protoname(unsigned proto) argument
H A Dlcp.c86 u_short proto; /* Quality protocol */ member in struct:lqrreq
119 protoname(unsigned proto) argument
387 u_int16_t proto; local
667 u_short mru, phmtu, maxmtu, maxmru, wantmtu, wantmru, proto; local
[all...]
H A Dmppe.c241 MPPEInput(void *v, struct ccp *ccp, u_short *proto, struct mbuf *mp) argument
158 MPPEOutput(void *v, struct ccp *ccp, struct link *l __unused, int pri __unused, u_short *proto, struct mbuf *mp) argument
[all...]
/freebsd-10.0-release/contrib/amd/amd/
H A Dops_nfs.c770 int proto = AMU_TYPE_NONE; local
/freebsd-10.0-release/contrib/wpa/wpa_supplicant/
H A Dconfig_ssid.h178 int proto; member in struct:wpa_ssid
H A Dwpa_priv.c348 u16 proto; local
417 u16 proto; local
[all...]
/freebsd-10.0-release/crypto/heimdal/appl/rsh/
H A Drsh.c432 proto (int s, int errsock, function
/freebsd-10.0-release/crypto/heimdal/kdc/
H A Dconnect.c653 char *proto; local
/freebsd-10.0-release/crypto/heimdal/lib/krb5/
H A Dkrbhst.c57 srv_find_realm(krb5_context context, krb5_krbhst_info ***res, int *count, const char *realm, const char *dns_type, const char *proto, const char *service, int port) argument
327 const char *proto = ""; local
344 make_hints(struct addrinfo *hints, int proto) argument
434 srv_get_hosts(krb5_context context, struct krb5_krbhst_data *kd, const char *proto, const char *service) argument
486 fallback_get_hosts(krb5_context context, struct krb5_krbhst_data *kd, const char *serv_string, int port, int proto) argument
[all...]
/freebsd-10.0-release/crypto/openssh/
H A Dssh.c1299 char *proto, *data; local
1400 char *proto, *data; local
/freebsd-10.0-release/lib/libc/net/
H A Dgetservent.c144 const char *proto; member in struct:key
296 char *proto; local
501 char *proto; local
673 char *proto; local
867 char *proto; local
943 char *proto; local
1044 char *proto; local
1109 getservbyname_r(const char *name, const char *proto, struct servent *serv, char *buffer, size_t bufsize, struct servent **result) argument
1146 getservbyport_r(int port, const char *proto, struct servent *serv, char *buffer, size_t bufsize, struct servent **result) argument
1343 getservbyname(const char *name, const char *proto) argument
1354 getservbyport(int port, const char *proto) argument
[all...]

Completed in 244 milliseconds

1234567891011