Searched refs:xmit (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/netgraph/ |
H A D | ng_mppc.c | 156 struct ng_mppc_dir xmit; /* compress/encrypt config */ member 240 hookPtr = &priv->xmit.hook; in ng_mppc_newhook() 278 &priv->xmit : &priv->recv; in ng_mppc_rcvmsg() 379 if (hook == priv->xmit.hook) { in ng_mppc_rcvdata() 380 if (!priv->xmit.cfg.enable) { in ng_mppc_rcvdata() 389 NG_FWD_NEW_DATA(error, item, priv->xmit.hook, m); in ng_mppc_rcvdata() 433 if (priv->xmit.history != NULL) in ng_mppc_shutdown() 434 free(priv->xmit.history, M_NETGRAPH_MPPC); in ng_mppc_shutdown() 455 if (hook == priv->xmit.hook) in ng_mppc_disconnect() 456 priv->xmit.hook = NULL; in ng_mppc_disconnect() [all …]
|
/freebsd/contrib/libpcap/ |
H A D | pcap-dos.c | 927 if (active_dev && active_dev->xmit) in pcap_xmit_hook() 928 if ((*active_dev->xmit) (active_dev, buf, len) > 0) in pcap_xmit_hook() 941 if (!dev || !dev->xmit) in pcap_sendpacket_dos() 943 return (*dev->xmit) (dev, buf, len); in pcap_sendpacket_dos() 1181 dev->xmit = pkt_xmit; in pkt_probe() 1236 dev->xmit = NULL; in ndis_probe()
|
H A D | pcap-dos.h | 157 int (*xmit) (struct device *dev, const void *buf, int len); member
|
/freebsd/sys/dev/ocs_fc/ |
H A D | sli4.c | 7650 sli4_xmit_sequence64_wqe_t *xmit = buf; in sli_xmit_sequence64_wqe() local 7661 xmit->dbde = TRUE; in sli_xmit_sequence64_wqe() 7663 xmit->xbl = TRUE; in sli_xmit_sequence64_wqe() 7666 xmit->bde.bde_type = SLI4_BDE_TYPE_BDE_64; in sli_xmit_sequence64_wqe() 7667 xmit->bde.buffer_length = payload_len; in sli_xmit_sequence64_wqe() 7668 xmit->bde.u.data.buffer_address_low = ocs_addr32_lo(payload->phys); in sli_xmit_sequence64_wqe() 7669 xmit->bde.u.data.buffer_address_high = ocs_addr32_hi(payload->phys); in sli_xmit_sequence64_wqe() 7670 xmit->sequence_payload_len = payload_len; in sli_xmit_sequence64_wqe() 7672 xmit->remote_n_port_id = rnode->fc_id & 0x00ffffff; in sli_xmit_sequence64_wqe() 7674 xmit->relative_offset = 0; in sli_xmit_sequence64_wqe() [all …]
|
/freebsd/share/termcap/ |
H A D | termcap | 3081 # so the regular arrow keys xmit \EA, etc, as with the 2645. However, 3090 # hold down shift to get them to xmit. 3572 # The 920 has this plus real function keys that xmit different things.
|
/freebsd/contrib/ncurses/misc/ |
H A D | terminfo.src | 9842 # strap A so the regular arrow keys xmit \EA, etc, as with the 9853 # hold down shift to get them to xmit.
|