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

/freebsd-10.3-release/lib/libc/inet/
H A Dinet_net_ntop.c177 int is_ipv4 = 0; local
237 is_ipv4 = 1;
252 if (is_ipv4 && p > 5 ) {
/freebsd-10.3-release/sys/netpfil/ipfw/
H A Dip_fw2.c973 int is_ipv4 = 0; local
1184 is_ipv4 = 1;
1433 match = is_ipv4 &&
1440 if (is_ipv4) {
1512 if (is_ipv4) {
1525 if (is_ipv4) {
1541 if (is_ipv4) {
1558 match = is_ipv4 &&
1564 if (is_ipv4) {
1617 match = (is_ipv4
[all...]
/freebsd-10.3-release/sys/dev/nxge/include/
H A Dxgehal-device.h300 u8 is_ipv4; member in struct:xge_hal_spdm_entry_t
804 u8 is_tcp, u8 is_ipv4, u8 tgt_queue);
809 u8 is_tcp, u8 is_ipv4);
/freebsd-10.3-release/sys/dev/nxge/xgehal/
H A Dxgehal-device.c1924 u8 is_ipv4, u8 tgt_queue, u32 jhash_value, u16 spdm_entry)
1951 vBIT(is_ipv4,63,1);
1954 if (is_ipv4) {
2002 hldev->spdm_table[spdm_entry]->is_ipv4 = is_ipv4;
2119 spdm_entry->is_ipv4,
6055 * @is_ipv4: Set to 1, if the protocol is IPv4.
6073 u8 is_tcp, u8 is_ipv4, u8 tgt_queue)
6108 if (is_ipv4) {
6120 if (is_ipv4) {
1922 __hal_spdm_entry_add(xge_hal_device_t *hldev, xge_hal_ipaddr_t *src_ip, xge_hal_ipaddr_t *dst_ip, u16 l4_sp, u16 l4_dp, u8 is_tcp, u8 is_ipv4, u8 tgt_queue, u32 jhash_value, u16 spdm_entry) argument
6071 xge_hal_spdm_entry_add(xge_hal_device_h devh, xge_hal_ipaddr_t *src_ip, xge_hal_ipaddr_t *dst_ip, u16 l4_sp, u16 l4_dp, u8 is_tcp, u8 is_ipv4, u8 tgt_queue) argument
6215 xge_hal_spdm_entry_remove(xge_hal_device_h devh, xge_hal_ipaddr_t *src_ip, xge_hal_ipaddr_t *dst_ip, u16 l4_sp, u16 l4_dp, u8 is_tcp, u8 is_ipv4) argument
[all...]
/freebsd-10.3-release/sys/dev/hyperv/netvsc/
H A Dhv_rndis.h660 uint32_t is_ipv4:1; member in struct:rndis_tcp_ip_csum_info_::__anon8962::__anon8963
H A Dhv_netvsc_drv_freebsd.c876 csum_info->xmit.is_ipv4 = 1;

Completed in 89 milliseconds