Home
last modified time | relevance | path

Searched refs:port_input (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/bsnmp/snmpd/
H A Dsnmpd.h151 struct port_input { struct
175 int snmpd_input(struct port_input *, struct tport *); argument
176 void snmpd_input_close(struct port_input *);
177 void snmpd_input_init(struct port_input *);
196 ssize_t (*recv)(struct tport *, struct port_input *);
200 struct port_input *);
H A Dtrans_udp.h39 struct port_input input; /* common input stuff */
H A Dtrans_lsock.h42 struct port_input input;
H A Dtrans_udp.c59 static ssize_t udp_recv(struct tport *, struct port_input *);
256 check_priv_dgram(struct port_input *pi, struct sockcred *cred) in check_priv_dgram()
271 udp_recv(struct tport *tp, struct port_input *pi) in udp_recv()
H A Dtrans_inet.c98 struct port_input input;
280 inet_alloc_buf(struct port_input *pi) in inet_alloc_buf()
307 inet_read_msg(struct port_input *pi, struct msghdr *msg, char *cbuf) in inet_read_msg()
351 inet_recv(struct tport *tp, struct port_input *pi) in inet_recv()
385 struct port_input *pi) in inet_send2()
H A Dtrans_lsock.c62 static ssize_t lsock_recv(struct tport *, struct port_input *);
424 check_priv_stream(struct port_input *pi) in check_priv_stream()
443 lsock_recv(struct tport *tp __unused, struct port_input *pi) in lsock_recv()
H A Dmain.c1013 snmp_input_consume(struct port_input *pi) in snmp_input_consume()
1033 snmpd_input(struct port_input *pi, struct tport *tport) in snmpd_input()
1255 snmpd_input_close(struct port_input *pi) in snmpd_input_close()
1277 snmpd_input_init(struct port_input *pi) in snmpd_input_init()