Searched refs:port_input (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/bsnmp/snmpd/ |
H A D | snmpd.h | 151 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 D | trans_udp.h | 39 struct port_input input; /* common input stuff */
|
H A D | trans_lsock.h | 42 struct port_input input;
|
H A D | trans_udp.c | 59 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 D | trans_inet.c | 98 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 D | trans_lsock.c | 62 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 D | main.c | 1013 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()
|