/src/sys/dev/pci/ |
if_bwfm_pci.h | 147 uint8_t msgtype; member in struct:msgbuf_common_hdr
|
if_bwfm_pci.c | 1021 uint32_t msgtype) 1050 req->msg.msgtype = msgtype; 1092 req->msg.msgtype = MSGBUF_TYPE_RXBUF_POST; 1425 switch (msg->msgtype) 1529 printf("%s: msgtype 0x%08x\n", __func__, msg->msgtype); 1831 req->msg.msgtype = MSGBUF_TYPE_FLOW_RING_CREATE; 1869 req->msg.msgtype = MSGBUF_TYPE_FLOW_RING_DELETE; 1960 tx->msg.msgtype = MSGBUF_TYPE_TX_POST [all...] |
/src/usr.sbin/mrouted/ |
defs.h | 198 int msgtype, char *p, int datalen,
|
vif.c | 985 * 'msgtype' is the type of DVMRP message received from the neighbor. 989 update_neighbor(vifi_t vifi, u_int32_t addr, int msgtype, char *p, int datalen, u_int32_t level) 1103 if (msgtype == DVMRP_PROBE) {
|
/src/sys/net/ |
if_ipsec.c | 1731 if_ipsec_set_sadb_msg(struct sadb_msg *msg, uint16_t extlen, uint8_t msgtype) 1737 msg->sadb_msg_type = msgtype;
|
if_wg.c | 2529 wg_is_underload(struct wg_softc *wg, struct wg_peer *wgp, int msgtype) 2542 time_t last = wgp->wgp_last_msg_received_time[msgtype]; 2543 wgp->wgp_last_msg_received_time[msgtype] = time_uptime;
|
/src/sys/external/bsd/vchiq/dist/interface/vchiq_arm/ |
vchiq_core.c | 1189 int msgtype = (bulk->dir == VCHIQ_BULK_TRANSMIT) ? local in function:notify_bulks 1191 int msgid = VCHIQ_MAKE_MSG(msgtype, service->localport,
|