/dflybsd-src/sys/net/dummynet3/ |
H A D | ip_dummynet3_glue.c | 102 ip_dn_packet_free(struct dn_pkt *pkt) in ip_dn_packet_free() 120 ip_dn_packet_redispatch(struct dn_pkt *pkt) in ip_dn_packet_redispatch() 188 ip_dn_freepkt(struct dn_pkt *pkt) in ip_dn_freepkt() 215 struct dn_pkt *pkt; in ip_dn_freepkt_dispatch() local 241 struct dn_pkt *pkt; in ip_dn_dispatch() local 275 struct dn_pkt *pkt; in ip_dn_ip_output() local 324 struct dn_pkt *pkt; in ip_dn_ip_input() local 366 struct dn_pkt *pkt; in ip_dn_ether_demux() local 413 struct dn_pkt *pkt; in ip_dn_ether_output() local
|
H A D | ip_dummynet3.c | 425 struct dn_pkt *pkt; in transmit_event() local 450 #define SET_TICKS(pkt, q, p) \ argument 459 move_pkt(struct dn_pkt *pkt, struct dn_flow_queue *q, in move_pkt() 481 struct dn_pkt *pkt; in ready_event() local 565 struct dn_pkt *pkt = TAILQ_FIRST(&q->queue); in ready_event_wfq() local 1054 struct dn_pkt *pkt; in dummynet_io() local 1219 struct dn_pkt *pkt; in purge_flow_set() local 1268 struct dn_pkt *pkt; in purge_pipe() local
|
/dflybsd-src/sys/net/dummynet/ |
H A D | ip_dummynet_glue.c | 102 ip_dn_packet_free(struct dn_pkt *pkt) in ip_dn_packet_free() 120 ip_dn_packet_redispatch(struct dn_pkt *pkt) in ip_dn_packet_redispatch() 188 ip_dn_freepkt(struct dn_pkt *pkt) in ip_dn_freepkt() 215 struct dn_pkt *pkt; in ip_dn_freepkt_dispatch() local 241 struct dn_pkt *pkt; in ip_dn_dispatch() local 275 struct dn_pkt *pkt; in ip_dn_ip_output() local 324 struct dn_pkt *pkt; in ip_dn_ip_input() local 366 struct dn_pkt *pkt; in ip_dn_ether_demux() local 413 struct dn_pkt *pkt; in ip_dn_ether_output() local
|
H A D | ip_dummynet.c | 406 struct dn_pkt *pkt; in transmit_event() local 431 #define SET_TICKS(pkt, q, p) \ argument 440 move_pkt(struct dn_pkt *pkt, struct dn_flow_queue *q, in move_pkt() 462 struct dn_pkt *pkt; in ready_event() local 546 struct dn_pkt *pkt = TAILQ_FIRST(&q->queue); in ready_event_wfq() local 1035 struct dn_pkt *pkt; in dummynet_io() local 1200 struct dn_pkt *pkt; in purge_flow_set() local 1249 struct dn_pkt *pkt; in purge_pipe() local
|
/dflybsd-src/sys/net/wg/ |
H A D | if_wg.c | 350 struct wg_packet *pkt; in wg_packet_alloc() local 362 wg_packet_free(struct wg_packet *pkt) in wg_packet_free() 420 wg_queue_enqueue_handshake(struct wg_queue *hs, struct wg_packet *pkt) in wg_queue_enqueue_handshake() 441 struct wg_packet *pkt; in wg_queue_dequeue_handshake() local 455 wg_queue_push_staged(struct wg_queue *staged, struct wg_packet *pkt) in wg_queue_push_staged() 476 struct wg_packet *pkt, *tpkt; in wg_queue_enlist_staged() local 497 struct wg_packet *pkt, *tpkt; in wg_queue_purge() local 506 struct wg_packet *pkt) in wg_queue_both() 543 struct wg_packet *pkt = NULL; in wg_queue_dequeue_serial() local 564 struct wg_packet *pkt = NULL; in wg_queue_dequeue_parallel() local [all …]
|
/dflybsd-src/sys/dev/netif/iwm/ |
H A D | if_iwm_time_event.c | 207 iwm_rx_time_event_notif(struct iwm_softc *sc, struct iwm_rx_packet *pkt) in iwm_rx_time_event_notif() 220 iwm_te_notif(struct iwm_softc *sc, struct iwm_rx_packet *pkt, in iwm_te_notif() 251 iwm_time_event_response(struct iwm_softc *sc, struct iwm_rx_packet *pkt, in iwm_time_event_response()
|
H A D | if_iwm_notif_wait.c | 119 uint16_t cmd, struct iwm_rx_packet *pkt) in iwm_notification_wait_notify() 171 int (*fn)(struct iwm_softc *sc, struct iwm_rx_packet *pkt, void *data), in iwm_init_notification_wait()
|
/dflybsd-src/stand/lib/ |
H A D | arp.c | 146 arpsend(struct iodesc *d, void *pkt, size_t len) in arpsend() 162 arprecv(struct iodesc *d, void *pkt, size_t len, time_t tleft) in arprecv() 251 arp_reply(struct iodesc *d, void *pkt) in arp_reply()
|
H A D | ether.c | 55 sendether(struct iodesc *d, void *pkt, size_t len, u_char *dea, int etype) in sendether() 86 readether(struct iodesc *d, void *pkt, size_t len, time_t tleft, in readether()
|
H A D | udp.c | 60 sendudp(struct iodesc *d, void *pkt, size_t len) in sendudp() 132 readudp(struct iodesc *d, void *pkt, size_t len, time_t tleft) in readudp()
|
H A D | bootparam.c | 326 xdr_string_encode(char **pkt, char *str, int len) in xdr_string_encode() 349 xdr_string_decode(char **pkt, char *str, int *len_p) in xdr_string_decode() 379 xdr_inaddr_encode(char **pkt, struct in_addr ia) in xdr_inaddr_encode() 414 xdr_inaddr_decode(char **pkt, struct in_addr *ia) in xdr_inaddr_decode()
|
H A D | rarp.c | 133 rarpsend(struct iodesc *d, void *pkt, size_t len) in rarpsend() 149 rarprecv(struct iodesc *d, void *pkt, size_t len, time_t tleft) in rarprecv()
|
H A D | bootp.c | 251 bootpsend(struct iodesc *d, void *pkt, size_t len) in bootpsend() 272 bootprecv(struct iodesc *d, void *pkt, size_t len, time_t tleft) in bootprecv()
|
H A D | netif.c | 206 netif_get(struct iodesc *desc, void *pkt, size_t len, time_t timo) in netif_get() 233 netif_put(struct iodesc *desc, void *pkt, size_t len) in netif_put()
|
/dflybsd-src/contrib/ldns/ |
H A D | tsig.c | 288 ldns_pkt_tsig_verify(ldns_pkt *pkt, const uint8_t *wire, size_t wirelen, const char *key_name, in ldns_pkt_tsig_verify() 295 ldns_pkt_tsig_verify_next(ldns_pkt *pkt, const uint8_t *wire, size_t wirelen, const char* key_name, in ldns_pkt_tsig_verify_next() 376 ldns_pkt_tsig_sign(ldns_pkt *pkt, const char *key_name, const char *key_data, in ldns_pkt_tsig_sign() 383 ldns_pkt_tsig_sign_next(ldns_pkt *pkt, const char *key_name, const char *key_data, in ldns_pkt_tsig_sign_next()
|
H A D | higher.c | 27 ldns_pkt *pkt; in ldns_get_rr_list_addr_by_name() local 110 ldns_pkt *pkt; in ldns_get_rr_list_name_by_addr() local
|
H A D | packet.c | 377 ldns_pkt_rr(const ldns_pkt *pkt, ldns_pkt_section sec, const ldns_rr *rr) in ldns_pkt_rr() 465 ldns_rr *ldns_pkt_tsig(const ldns_pkt *pkt) { in ldns_pkt_tsig() 672 void ldns_pkt_set_tsig(ldns_pkt *pkt, ldns_rr *rr) in ldns_pkt_set_tsig() 714 ldns_pkt_safe_push_rr(ldns_pkt *pkt, ldns_pkt_section sec, ldns_rr *rr) in ldns_pkt_safe_push_rr() 750 ldns_pkt_edns(const ldns_pkt *pkt) in ldns_pkt_edns() 1214 ldns_pkt_clone(const ldns_pkt *pkt) in ldns_pkt_clone()
|
/dflybsd-src/contrib/ldns/drill/ |
H A D | work.c | 195 ldns_pkt *pkt = NULL; in read_hex_pkt() local 219 dump_hex(const ldns_pkt *pkt, const char *filename) in dump_hex()
|
/dflybsd-src/stand/boot/pc32/libi386/ |
H A D | pxe.c | 579 pxe_netif_get(struct iodesc *desc, void *pkt, size_t len, time_t timeout) in pxe_netif_get() 585 pxe_netif_put(struct iodesc *desc, void *pkt, size_t len) in pxe_netif_put() 591 sendudp(struct iodesc *h, void *pkt, size_t len) in sendudp() 624 readudp(struct iodesc *h, void *pkt, size_t len, time_t timeout) in readudp()
|
/dflybsd-src/usr.sbin/vknetd/ |
H A D | filter.c | 48 filter_ok(u_int8_t *pkt, int bytes) in filter_ok()
|
H A D | bridge.c | 82 bridge_packet(bridge_t bridge, u_int8_t *pkt, int bytes) in bridge_packet()
|
H A D | vknetd.c | 407 u_int8_t *pkt; in vknet_io() local 470 u_int8_t *pkt; in vknet_monitor() local
|
/dflybsd-src/stand/boot/efi/libefi/ |
H A D | efinet.c | 117 efinet_put(struct iodesc *desc, void *pkt, size_t len) in efinet_put() 145 efinet_get(struct iodesc *desc, void *pkt, size_t len, time_t timeout) in efinet_get()
|
/dflybsd-src/sys/dev/drm/radeon/ |
H A D | r300.c | 622 struct radeon_cs_packet *pkt, in r300_packet0_check() 1167 struct radeon_cs_packet *pkt) in r300_packet3_check() 1276 struct radeon_cs_packet pkt; in r300_cs_parse() local
|
/dflybsd-src/usr.sbin/fwcontrol/ |
H A D | fwdv.c | 98 struct fw_pkt *pkt; in dvrecv() local 252 struct fw_pkt *pkt; in dvsend() local
|