Searched refs:port_input (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/bsnmp/snmpd/
H A Dtrans_udp.h39 struct port_input input; /* common input stuff */
H A Dtrans_lsock.h42 struct port_input input;
H A Dsnmpd.h151 struct port_input { struct
175 int snmpd_input(struct port_input *, struct tport *);
176 void snmpd_input_close(struct port_input *);
196 ssize_t (*recv)(struct tport *, struct port_input *);
H A Dtrans_udp.c59 static ssize_t udp_recv(struct tport *, struct port_input *);
255 check_priv_dgram(struct port_input *pi, struct sockcred *cred)
270 udp_recv(struct tport *tp, struct port_input *pi)
H A Dtrans_lsock.c62 static ssize_t lsock_recv(struct tport *, struct port_input *);
423 check_priv_stream(struct port_input *pi)
442 lsock_recv(struct tport *tp __unused, struct port_input *pi)
H A Dmain.c1011 snmp_input_consume(struct port_input *pi)
1031 snmpd_input(struct port_input *pi, struct tport *tport)
1243 snmpd_input_close(struct port_input *pi)

Completed in 50 milliseconds