Searched defs:ip_type (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dcontext.h30 u8_t ip_type; member in struct:_lm_4tuple_t
/illumos-gate/usr/src/cmd/auditreduce/
H A Dauditrd.h55 int ip_type; variable
H A Dtoken.c1267 if (ip_size != ip_type)
1272 if (ip_type == AU_IPv6) {
1275 if ((memcmp(local_inaddr, caddr, ip_type) == 0) ||
1276 (memcmp(remote_inaddr, caddr, ip_type) == 0)) {
1561 int32_t ip_type; local
1571 adrm_int32(adr, &ip_type, 1);
1572 adrm_char(adr, (char *)&address, ip_type);
/illumos-gate/usr/src/lib/libinetsvc/common/
H A Dinetsvc.h320 inet_type_t ip_type; member in struct:__anon3332
/illumos-gate/usr/src/cmd/praudit/
H A Dtoken.c1500 uint32_t ip_type; local
1507 if ((returnstat = pr_adr_u_int32(context, &ip_type, 1)) != 0)
1511 if ((ip_type != AU_IPv4) && (ip_type != AU_IPv6))
1515 if ((returnstat = pr_adr_char(context, (char *)ip_addr, ip_type)) != 0)
1519 if (ip_type == AU_IPv4) {
H A Dformat.c386 uint32_t ip_type; local
396 if ((returnstat = pr_adr_int32(context, (int32_t *)&ip_type, 1)) != 0)
400 if ((ip_type != AU_IPv4) && (ip_type != AU_IPv6))
404 if ((returnstat = pr_adr_char(context, (char *)ip_addr, ip_type)) != 0)
411 if (ip_type == AU_IPv4) { /* ipv4 address */
422 } else if (ip_type == AU_IPv6) { /* IPv6 addresss (128 bits) */
444 short ip_type; local
455 if ((returnstat = pr_adr_short(context, &ip_type, 1)) != 0)
459 if ((ip_type !
711 uint32_t ip_type; local
785 uint32_t ip_type; local
892 uint32_t ip_type; local
[all...]
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/
H A Dlm_l4sp.c1888 u8_t ip_type)
1894 if(ip_type == IP_VERSION_IPV4) { /* IPV4 */
2826 tuple.ip_type = LM_IP_TYPE_V4;
2830 tuple.ip_type = LM_IP_TYPE_V6;
1884 lm_tcp_calc_tcp_pseudo_checksum( struct _lm_device_t *pdev, u32_t n_src_ip[4], u32_t n_dst_ip[4], u8_t ip_type) argument
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/
H A Dlm5710.h2763 u8_t ip_type; /* for searcher mirror hash management */ member in struct:lm_context_cookie

Completed in 274 milliseconds